CompletePages(Page[],String,String,String,Boolean) Method
In This Topic
Completes modification of selected pages in the current revision of a project and can update the evaluations in the selection.
Syntax
Parameters
- pagesToComplete
- An array of pages to complete.
- strIndex
- New revision's name.
- strRevDescription
- New revision's description.
- strReasonOfChange
- Additional revision's description.
- bEvaluate
- do the evaluation before completing
Exceptions
Exception | Description |
ArgumentException | Thrown in case of
invalid parameters. |
ApplicationException | \Internal interface
necessary for the
revision management
could not be created. |
Eplan.EplApi.Base.BaseException | An error occurred,
during the action. |
See Also